Vcenter TrustedInfrastructure TrustedClusters Attestation Services Summary

Vcenter TrustedInfrastructure TrustedClusters Attestation Services Summary
Vcenter TrustedInfrastructure TrustedClusters Attestation Services Summary

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustedClusters Attestation Services Summary schema contains basic information about a registered Attestation Service instance that is configured for a cluster.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "service": "string",
    "address": {
        "hostname": "string",
        "port": 0
    },
    "group": "string",
    "trust_authority_cluster": "string"
}
string
service
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's unique identifier.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.attestation.Service. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.trusted_infrastructure.attestation.Service.

address
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The service's address.

This property was added in vSphere API 7.0.0.0.

string
group
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The group specifies the Key Provider Service instances can accept reports issued by this Attestation Service instance.

This property was added in vSphere API 7.0.0.0.

string
trust_authority_cluster
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The cluster specifies the Trust Authority Cluster this Attestation Service belongs to.

This property was added in vSphere API 7.0.0.0.

Deprecated